home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
eulisp
/
mpfeel.lha
/
MPFeel
/
Plurals
/
Random
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-04-27
|
203 b
|
16 lines
MPL = mpl
MPLFLAGS = -Zq -f -c -I.
LIB = librand.a
OBJS = p_random.o p_random_init.o fp_random.o
.SUFFIXES: .o .m
.m.o:
$(MPL) $(MPLFLAGS) $<
$(LIB): $(OBJS)
ar rv $(LIB) $(OBJS)
mpranlib $(LIB)